home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 February / VPR0102A.BIN / DRIVER / LEXAR / Windows98 / Windows 98 / UNINSTAL.INF < prev   
Windows Setup INFormation  |  2000-03-08  |  2KB  |  59 lines

  1. ;=============================================================================
  2. ;
  3. ;   Uninstall Lexar JumpShot software components
  4. ;
  5. ;   Place this file anywhere on the hard drive
  6. ;   Using Windows Explorer (not Internet Explorer) locate this file
  7. ;   and RIGHT click on it. Select INSTALL from the pop-down menu that
  8. ;   will appear. The previously installed Lexar components will be
  9. ;   removed allowing a clean installation on the next card insertion.
  10. ;
  11. ;   Copyright (C) 1999 - Boca Design, Inc.
  12. ;   Copyright (C) 1999 - Lexar Media, Inc.
  13. ;
  14. ;==============================================================================
  15.  
  16. [Version]
  17. Signature=$CHICAGO$
  18.  
  19. [DestinationDirs]
  20. sys.files=10,System32\Drivers
  21. io.files=10,System\IoSubSys
  22. inf.files=10,Inf\Other
  23. DefaultDestDir=10
  24.  
  25. [DefaultInstall]
  26. DelReg=RegToDelete
  27. DelFiles=sys.files,io.files,inf.files
  28.  
  29. [DefaultInstall.NT]
  30. DelReg=RegToDelete
  31. DelFiles=sys.files,io.files,inf.files
  32.  
  33. [sys.files]
  34. LexarUsb.sys
  35.  
  36. [io.files]
  37. LexarPd.pdr
  38.  
  39. [inf.files]
  40. LexarUsb.inf
  41. LexarUsb.pnf
  42. LexarPd.inf
  43. LexarPd.pnf
  44. BocaDe~1.inf
  45. BocaDe~2.inf
  46. BocaDe~3.inf
  47. BocaDe~4.inf
  48.  
  49. [RegToDelete]
  50. HKLM,System\CurrentControlSet\Services\LexarUsb\Parameter
  51. HKLM,System\CurrentControlSet\Services\LexarUsb
  52. HKLM,Enum\SCSI\LEXAR___JUMPSHOT________0
  53. HKLM,Enum\USB\VID_05DC&PID_0001
  54. HKLM,Enum\LEXARUSB
  55. HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\SetupX\INF\OEM Name","c:\WINDOWS\INF\OTHER\BOCADE~1.INF"
  56. HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\SetupX\INF\OEM Name","c:\WINDOWS\INF\OTHER\BOCADE~2.INF"
  57.  
  58.  
  59.